home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / cisco / mib.ping < prev    next >
Text File  |  1992-08-07  |  937b  |  28 lines

  1.  
  2. The instance identifier for the ping object is:
  3.  
  4.         proto.addr.count.size.timeout
  5.  
  6. where
  7.  
  8.         proto   1 for IP, 2 for Appletalk
  9.         addr    an IP address
  10.         count   the number of echo requests to send
  11.         size    bytes in each echo request packet
  12.         timeout seconds to wait for a reply to each echo request
  13.  
  14. For example, setting
  15.  
  16.   iso.org.dod.inet.priv.enter.cisco.local.system.ping.1.131.108.2.238.45.64.2
  17.  
  18. to any value will cause 45 64-byte IP pings to be sent to
  19. 131.108.2.238, with a timeout value of 2 seconds.
  20.  
  21. The value returned from a SNMP Set is an integer specifying the number
  22. of echo replies received.  The value returned from a SNMP Get is 0, as
  23. no pings are done.  SNMP GetNext skips this object.
  24.  
  25. The implementation of this object is marginal, so expect it to
  26. misbehave if you don't invoke it correctly.  Also, while the pings are
  27. running, the snmp server is unable to process other requests.
  28.